projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bb1bb
)
(gud-common-init): Call string->strings instead
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 28 Jun 2007 01:33:18 +0000
(
01:33
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 28 Jun 2007 01:33:18 +0000
(
01:33
+0000)
of split-string.
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index e557fdef8430b43e6a6916ea2c20ecd478f0fba5..aa382d4e1859306e99e9ac44a4b73c14904322b4 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-2462,7
+2462,7
@@
comint mode, which see."
;; for local variables in the debugger buffer.
(defun gud-common-init (command-line massage-args marker-filter
&optional find-file)
- (let* ((words (s
plit-string
command-line))
+ (let* ((words (s
tring->strings
command-line))
(program (car words))
(dir default-directory)
;; Extract the file name from WORDS